Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set TCP_NODELAY option on TCP sockets #3055

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

mirek26
Copy link
Contributor

@mirek26 mirek26 commented Feb 12, 2024

Does your PR solve an issue?

Fixed #3043

Based on https://www.man7.org/linux/man-pages/man3/setsockopt.3p.html#ERRORS, I think it's better to propagate the error than ignore it but happy to change that

@abonander abonander merged commit 4c057a0 into launchbadge:main Feb 16, 2024
64 checks passed
kukabi pushed a commit to helikon-labs/sqlx that referenced this pull request Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow setting TCP_NODELAY on socket (to save 40ms on connection latency)
2 participants